Fix64INumericFix64Remainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Fix64 INumeric<Fix64>.Remainder(
Fix64 value
)
Private Function Remainder (
value As Fix64
) As Fix64 Implements INumeric(Of Fix64).Remainder
private:
virtual Fix64 Remainder(
Fix64 value
) sealed = INumeric<Fix64>::Remainder
private abstract Remainder :
value : Fix64 -> Fix64
private override Remainder :
value : Fix64 -> Fix64
- value Fix64
- The value as the divisor.
Fix64The remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)